home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 9 / PCPP #9.iso / GAMES / SKYNET / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-11-18  |  892 b   |  25 lines

  1. echo off
  2. cls
  3. echo.
  4. echo    ╔════════════════════════════════════════════════╗
  5. echo    ║                                                ║
  6. echo    ║  Welcome you to a playable demo of SKYNET      ║
  7. echo    ║                                                ║
  8. echo    ║  This will automatically install about 40 Megs ║
  9. echo    ║                                                ║
  10. echo    ║  to the directory C:\SKYNET on your hard drive ║
  11. echo    ║                                                ║
  12. echo    ║  To cancel press CTRL-C otherwise enjoy this   ║
  13. echo    ║                                                ║
  14. echo    ║  this Classic Demo from Virgin Interactive     ║
  15. echo    ║                                                ║
  16. echo    ╚════════════════════════════════════════════════╝
  17. echo.
  18. pause
  19. mkdir c:\SKYNET
  20. XCOPY *.* /S C:\SKYNET\*.*
  21. C:
  22. cd\SKYNET
  23. setup
  24. skynet
  25.